ALIM Web Implementation Guide

Configuration

The ALIM Web Object Action Management plugin is configured by settings in an XML file. This file is located in the ObjectActionManagement plugIn folder, for example, C:\inetpub\wwwroot\ALIMWeb\PlugIns\ObjectActionManagement\

There should be an Object Action Management configuration file for each community in which tasks are to be blocked and/or added. Each Object Action Management configuration file is named using the format Config-<community_name>.xml, where <community_name> represents the name of the community, for example, C:\inetpub\wwwroot\ALIMWeb\PlugIns\ObjectActionManagement\Config-eBCommunity.xml.

The following is an example of a sample configuration file:
<?xml version="1.0" encoding="utf-8" ?>
<taskconfig>
   <blocktasks>
	    See Block Tasks section in this document
   </blocktasks>
   <addtasks>
		   See Add Tasks section in this document
   </addtasks>
	  <enableimmersiveoperations>
		   See Enable Immersive Operations section in this document
	  </enableimmersiveoperations>
</taskconfig>

There are three significant sections within the XML file that relate to the Object Action Management plugin, each residing within the <taskconfig> node: <blocktasks>, <addtasks>, and <enableimmersiveoperations>.